home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / SATHER / !Sather / Library / System / Socket / Socket.sam < prev   
Encoding:
Text File  |  1996-06-15  |  549 b   |  13 lines

  1. -- SOCKET provides bidirectional communication of STRs between two 
  2. -- Sather programs running either on the same machine, or across  
  3. -- the Internet.                                                 
  4.  
  5. -- This requires System support for link flags. Look at the
  6. -- module file in $SATHER_HOME/System/Platforms/unix/Platform.module
  7. -- and $SATHER_HOME/System/Platforms/solaris/Platform.module
  8. -- The .c file is mentioned there as well
  9.  
  10.     socket.sa -has socket.sa SOCKET SOCKET_EXCEPTION C_SOCKET
  11.     socket_test.sa -has socket_test.sa TEST_SOCKET
  12.  
  13.